-
-
Notifications
You must be signed in to change notification settings - Fork 225
Remove Headers and Modules from SentryCocoaFramework before packing #4533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4533 +/- ##
==========================================
+ Coverage 73.45% 73.48% +0.02%
==========================================
Files 482 482
Lines 17678 17678
Branches 3493 3493
==========================================
+ Hits 12986 12991 +5
+ Misses 3801 3798 -3
+ Partials 891 889 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
// -(instancetype _Nonnull)initWithType:(NSString * _Nonnull)type length:(NSUInteger)length contentType:(NSString * _Nullable)contentType itemCount:(NSNumber * _Nonnull)itemCount; | ||
[Export ("initWithType:length:contentType:itemCount:")] | ||
NativeHandle Constructor (string type, nuint length, string contentType, NSNumber itemCount); | ||
NativeHandle Constructor (string type, nuint length, [NullAllowed] string contentType, NSNumber itemCount); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why has this changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose we are missing dirty-check for ApiDefinitions.cs
. It was changed to nullable in 8.56.1:
Workaround for #4292: - #4292 (comment) Replaces #4533 (targets version6 branch instead of main so that we can get adequate feedback from users before releasing this).
Workaround for #4292:
Warning
We should publish a pre-release from this branch and validate this resolves the problem before merging into main... this is quite a major change.